:root {
  --colors-text-text-placeholder: #667085;
  --colors-text-text-secondary-700: #344054;
  --colors-text-text-quaternary-500: #667085;
  --colors-text-text-brand-primary-900: #0b2d4a;
  --colors-text-text-success-primary-600: #079455;
  --colors-text-text-brand-secondary-700: #165a93;
  --button-primary-bg: #1b71b8;
  --colors-border-border-primary: #d0d5dd;
  --white: #ffffff;
}
.patHelthInner {
  padding: 0 80px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.patHelthRegWrap.form-page-wrap .patient-register-form {
  width: calc(100% - 900px);
}

.form-page-wrap .form-img-wrap {
  width: 840px;
}
.form-page-wrap .form-img-wrap img {
  width: 100%;
}
.patHelthRegWrap .form-wrap h2 {
  color: var(--blue-color-3);
  margin-bottom: var(--spacing-4xl);
  font-size: var(--fontsize-2xl);
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}
.patHelthRegWrap .form-wrap h5 {
  color: var(--grey-color-6);
  font-size: var(--fontsize-1xl);
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  margin-bottom: var(--spacing-2xl);
}
.patHelthRegWrap .input-field input[type="text"],
.patHelthRegWrap .input-field input[type="email"],
.patHelthRegWrap .input-field input[type="time"],
.patHelthRegWrap .input-field input[type="date"],
.patHelthRegWrap .input-field input[type="password"],
.patHelthRegWrap .input-field select {
  border-radius: var(--radius-md, 8px);
  border: 1px solid var(--colors-border-border-primary, #d0d5dd);
  background-color: var(--colors-background-bg-primary, #fff);
}
.patHelthRegWrap .input-field input[type="text"],
.patHelthRegWrap .input-field input[type="email"],
.patHelthRegWrap .input-field input[type="time"],
.patHelthRegWrap .input-field input[type="date"],
.patHelthRegWrap .input-field input[type="password"],
.patHelthRegWrap .input-field select {
  height: 36px;
  color: var(--dark-Blue-4);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  padding: 8px 14px;
}
.patHelthInner .input-field label {
  margin-bottom: 6px;
}
.patHelthRegWrap ::placeholder {
  color: var(--grey-color-6);
}
.patHelthRegWrap .fields-wrapper .input-field {
  margin-bottom: 16px;
}
 /* MEDCALLZ-180 */
  .home_indo .indo-mr-top{
    margin-top: 20px;
  }
  /* MEDCALLZ-180 End*/
.patHelthRegInnerWrap {
  width: 560px;
}
.patHelthRegInnerWrap .password-eye img {
  top: 33px;
  right: 10px;
}
.patHelthRegInnerWrap .custom-form select.minimal {
  background-position: right 11px center;
  background-size: 12px 6.17px;
}
.patHelthRegWrap .custom-form select.minimal {
  background-position: right 10px center;
  background-size: 20px;
}
.patHelthRegWrap .captcha-img-wrap .captcha-img-inner {
  height: 40px;
}
.patHelthRegWrap .captcha-img-wrap .captcha-img-inner img {
  height: 32px;
}
.patHelthRegWrap .cap-referesh-wrap {
  width: 40px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.patHelthRegWrap .cap-referesh-wrap img {
  width: 20px;
  margin-top: 6px;
}
.patHelthRegWrap .accepted-terms label {
  font-size: 14px;
  font-weight: 500;
  color: var(--colors-text-text-secondary-700);
  line-height: 16px;
}
.accepted-terms label a {
  color: var(--colors-text-text-brand-secondary-700);
}
.patHelthRegWrap .register-btn button {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-md);
  border: 1px solid var(--bright-Blue-1);
  background: var(--bright-Blue-1);
  width: auto;
  height: auto;
}
.patHelthRegWrap .captcha-row input[type="text"] {
  height: 40px;
}
.patHelthRegWrap .patHelthRegInnerWrap .seprator {
  margin-top: var(--spacing-xl);
  margin-bottom: var(--spacing-4xl);
}
.patHelthRegWrap .input-field label.error {
  position: inherit;
  margin: 0;
  color: var(--colors-text-text-error);
  font-size: 14px;
  font-weight: 400;
}
.patHelthRegWrap .captcha-row .input-field label.error {
  position: inherit;
  color: var(--colors-text-text-error);
  font-size: 14px;
  font-weight: 400;
}
.patHelthRegWrap .date-callendar-field {
  background-size: 18px;
  background-position: right 10px bottom 8.5px;
}

.patHelthRegInnerWrap .captcha-img-wrap {
  align-items: flex-start;
  margin-top: 25px;
}
.patHelthRegInnerWrap .input-field input[type="text"]::placeholder,
.patHelthRegInnerWrap .input-field input[type="password"]::placeholder,
.patHelthRegInnerWrap .input-field input[type="email"]::placeholder {
  font-size: 14px;
  color: var(--colors-text-text-placeholder);
  font-weight: 400;
  opacity: 1;
}
.patHelthRegInnerWrap .password-description .password-desc-item {
  color: var(--colors-text-text-placeholder);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.password-description .password-desc-item.valid {
  color: var(--colors-text-text-success-primary-600);
}
.patHelthRegInnerWrap .password-description .password-desc-item img {
  width: 16px;
  height: 17px;
  margin-right: 4px;
}
.patHelthRegWrap .custom-form input[type="checkbox"]:not(.switch) {
  width: 16px;
}
.patHelthRegWrap .custom-form input[type="checkbox"] {
  height: 16px;
}
.patHelthRegWrap .custom-form input[type="checkbox"],
.patHelthRegWrap .custom-form input[type="radio"] {
  border: 1px solid var(--colors-border-border-primary);
}
.patHelthRegWrap
  .custom-form
  input[type="checkbox"]:hover:not(:checked):not(:disabled),
.patHelthRegWrap
  .custom-form
  [type="radio"]:hover:not(:checked):not(:disabled) {
  border: 1px solid var(--button-primary-bg);
}
.patHelthRegWrap .custom-form input[type="checkbox"]:not(.switch)::after {
  width: 5px;
  height: 9px;
  left: 5px;
  top: 2px;
}
@media screen and (max-width: 1720px) {
  .patHelthInner {
    padding: 0 60px;
  }
  .patHelthRegWrap.form-page-wrap .patient-register-form {
    width: calc(100% - 55%);
  }
  .patHelthRegWrap.form-page-wrap .form-img-wrap {
    width: 45%;
  }
}
@media screen and (max-width: 1280px) {
  .patHelthInner {
    padding: 0 0px;
  }
  .patHelthRegInnerWrap {
    width: 100%;
  }
}
@media screen and (min-width: 1180px) {
  .patHelthRegWrap {
    padding-top: var(--spacing-7xl);
  }
   
}
@media screen and (max-width: 1179.98px) {
  /* MEDCALLZ-180 */
  .home_indo .indo-mr-top{
    margin-top: 00px;
  }
  /* MEDCALLZ-180 End*/
  .patHelthRegWrap.form-page-wrap .patient-register-form {
    width: 100%;
  }
  .patHelthRegWrap.form-page-wrap .form-img-wrap {
    display: none;
  }
  .patHelthRegWrap .captcha-row .input-field label.error {
    position: inherit;
  }
  .patHelthRegWrap label.error#terms_conditions-error {
    font-size: 13px;
    font-weight: 500;
  }
}
@media screen and (max-width: 991.98px) {
  .patHelthRegWrap.form-page-wrap .patient-register-form,
  .patHelthRegWrap .register-btn button {
    width: calc(100%);
  }
}
